/* Urban Habitats*/

/*reset.css*/body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/*fonts.css*/body{font:13px helvetica,arial,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% helvetica,arial,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}


/* Body
-------------------------------------- */

body {
	background: #fff;
	margin:auto;
	text-align: left;
	width: 760px;
	min-width: 760px;
	}

strong {
	font-weight: bold;	
	}

p {
	font-size: .85em;
	}

/* Structure 
-------------------------------------- */

#page-body {	
	float: left;
	width: 760px;
	background:	url("../img/page_bg.png") repeat-y 0 0;
	}

#sidebar {
	float: left;
	width: 160px;
	}

#content {
	float: right;
	width: 600px;
	}

.content-left {
	float: left;
	width: 300px;
	}

.content-right {
	float: right;
	width: 300px;
	}


/* Header
-------------------------------------- */
#header {
	height: 129px;
	width: 760px;
	}


/* Nav
-------------------------------------- */
#nav {
	float: left;
	width: 760px;
	height: 38px;
	background: url("../img/nav_bg.png") no-repeat 0 0;
	}

#nav ul {
	float: left;
	width: 100%;
	margin: 6px 0;
	list-style: none;
	}

#nav ul li {
	float: left;
	text-align: center;
	line-height: 1.3em;
	font-weight: bold;
	font-size: .92em;
	}

#nav ul li.last {
	float: right;
	}

#nav ul li a {
	display: block;
	padding: 6px 0 4px 0;
	width: 116px;
	text-decoration: none;
	color: #416C1F;
	}

#nav ul li a:hover {
	color: #603811;
	background-color: #D0F3B4;
	}	

input#searchbutton, input#fdse_Terms  {
	vertical-align: top;	
}

input#fdse_Terms  {
	padding-top: 1px;	
}


form#seek {
	display: block;
	height: 20px;
	padding-top: 2px;
}
	



/* Sidebar 
-------------------------------------- */
.sb-heading {
	font-size: 1.38em;
	display: block;
	color: #436C1F;
	background-color: #D0F3B4;
	padding: 7px 0 7px 13px;
	margin-top: 20px;
	}

.issue {
	padding: 15px 0 0 0;
	}

.issue span {
	padding: 0 7px 0 13px;
	display: block;
	margin: 0;
	}

a.pastissues {
	display: block;
	width: 160px;
	text-decoration: none;
	}

a.pastissues:hover {
	background-color: #D0F3B4;
	}

.vol {
	font-weight: bold;
	font-size: .92em;
	line-height: 1.9em;
	color: #603811;
	}

.sf {
	font-weight: normal;
	font-size: .77em;
	line-height: 1.9em;
	color: #603811;
	}	

.sf_title {
	font-weight: bold;
	font-size: .92em;
	line-height: 1.22em;
	color: #416C1F;
	}	

.pubdate {
	font-weight: normal;
	font-size: .77em;
	line-height: 1.9em;
	color: #416C1F;
	}	

#sidebar p {
	font-size: .92em;
	color: #416C1F;
	line-height: 1.7em;
	margin: 15px 7px 0 13px;
	}

#sidebar p.subscribe a {
	margin-bottom: 20px;
	text-decoration: none;
	font-size: 1.15em;
	font-weight: bold;
	color: #436C1F;
	display: block;	
	width: 128px;
	text-align: center;
	padding: 4px 0 3px 0;
	background-color: #F6F3D6;
	border: 4px double #D0F3B4;
	}

#sidebar p.subscribe a:hover {
	color: #603811;
	display: block;	
	border: 4px double #C4EAA5;
	}


/* feature
-------------------------------------- */
#feature {
	/*background: url("../img/feature.jpg") repeat-y 0 0;*/
	background-color:#916842;
	float: right;
	width: 600px;
	}

#inside_feature {
	padding: 20px;
}

.f_issue a {
	font-size: 1.33em;
	font-weight: normal;
	color: #F4B066;
	border-bottom: 1px dotted #F4B066;
	text-decoration: none;
	}		

.f_special {
	font-size: .85em;
	font-weight: bold;
	color: #c4eaa5;
	margin-top: 5px;
	}	

ul.toc a.f_title {
	font-size: 1em;
	font-weight: bold;
	color: #ebdfbf;
	border-bottom: 1px dotted #ebdfbf;
	text-decoration: none;
	}

/* subfeature
-------------------------------------- */
.subfeature {
	padding: 5px 0 5px 19px;
 }

.subfeature a {
	color: #916842;
	border-bottom: 1px dotted #916842;
	text-decoration: none;
	font-size: .85em;
	line-height: 1.5em;
	}

.subfeature ul {
	padding: 0 0 0 0;
}

/* Book 
-------------------------------------- */
#book {
	background: url("../img/book_bg.png") repeat-y 0 0;
	float: right;
	width: 600px;
	}

/* Subbook 
-------------------------------------- */
#subbook {
	float: right;
	width: 600px;
	padding-bottom: 20px;
	}

#subbook p a {
	color: #000;
}


/* Content-Left 
-------------------------------------- */

.content-left {
	float: left;
	width: 250px;
	padding: 0 25px;
	}

img.cover {
	background-color: #EBDFBF;
	padding: 2px;
	border: 4px double #6B4521;
	}

p.caption {
	color: #603811;
	padding: 3px;
	line-height:	1.5em;
	}	

p.caption a {
	color: #603811;
}

/* Content-Right 
-------------------------------------- */	

.content-right {
	float: right;
	width: 260px;
	padding: 0 20px;
	}

.v_main a {
	font-size: 1.33em;
	font-weight: normal;
	color: #603811;
	border-bottom: 1px dotted #603811;
	text-decoration: none;
	}		

.sf_main {
	font-size: .85em;
	font-weight: bold;
	color: #7DC031;
	margin-top: 5px;
	}	


.sf_title_main {
	font-size: 1.33em;
	font-weight: bold;
	color: #416C1F;
	}

.also_main {
	font-size: .85em;
	font-weight: bold;
	color: #7DC031;
	margin-top: 7px;
	margin-bottom: 7px;
	border-bottom: 1px dotted #603811;
	}	

.read_more a {
	font-size: .85em;
	font-weight: bold;
	color: #7DC031;
	padding-left: 19px;
	margin-top: 7px;
	margin-bottom: 15px;
	text-decoration: none;
	}	

.content-right p {
	margin-top: 7px;
	margin-bottom: 7px;
}

.content-right hr {
	border: none;
	border-top: 1px solid #916842;
}

ul.toc {
	padding: 8px 0;
	color: #436C1F;
	margin-left: 5px;
	}

ul.toc li {
	font-size: .85em;
	padding: 5px 0 5px 15px;
	background: url("../img/paper_icon.png") no-repeat left 7px;
	}

ul.toc li.intro {
	background: url("../img/editor_icon.png") no-repeat left 7px;
	}

ul.toc li a {
	text-decoration: none;
	line-height: 1.5em;
	color: #436C1F;
	border-bottom: 1px dotted #94C867;
	}

ul.toc li a:hover {
	text-decoration: none;
	color: #603811;
	border-bottom: 1px dotted #603811;
	}	

/* Footer
-------------------------------------- */
#footer {
	clear: both;
	background: #fff url("../img/footer_bar.png") no-repeat 0 0;
	width: 760px;
	padding-top: 11px;
	}

#footernav {
	float: left;
	width: 460px;
	color: #603811;
	font-size: .92em;
	line-height: 1.7em;
	margin-top: 5px;
	}

#footernav a {
	color: #603811;
	}

#footernav a:hover {
	color: #416C1F;
	}
	

#footerinfo {
	float: right;
	width: 275px;
	font-size: .85em;
	padding: 5px 0px 15px 25px;
	color: #416C1F;
	line-height: 1.7em;	
	}

#footerinfo a {
	color: #416C1F;
	}	

#footerinfo a:hover {
	color: #603811;
	}		
	

	